func net/http.shouldClose
3 uses
net/http (current package)
request.go#L1099: req.Close = shouldClose(req.ProtoMajor, req.ProtoMinor, req.Header, false)
transfer.go#L495: t.Close = shouldClose(t.ProtoMajor, t.ProtoMinor, t.Header, true)
transfer.go#L747: func shouldClose(major, minor int, header Header, removeCloseHeader bool) bool {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)